Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Conversation

@trzysiek
Copy link
Member

@trzysiek trzysiek commented Jan 6, 2025

And deal with them in 1 place (a new transformation), instead of 10 different places and even modules.

I think this PR even fixes 2 small bugs, unknown for me beforehand.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 9, 2025

Deploying quesma with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0327c0a
Status: ✅  Deploy successful!
Preview URL: https://5af23e4e.quesma.pages.dev
Branch Preview URL: https://datetime.quesma.pages.dev

View logs

Comment on lines 173 to +174
WantedSql: []string{
`("__timestamp">=fromUnixTimestamp64Milli(1712236698149) AND "__timestamp"<=fromUnixTimestamp64Milli(1712237598149))`,
`("-@timestamp">=fromUnixTimestamp64Milli(1712236698149) AND "-@timestamp"<=fromUnixTimestamp64Milli(1712237598149))`,
Copy link
Member Author

@trzysiek trzysiek Mar 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's fine, WantedSql = before transformation now, WantedQueries below contains SQL with properly transformed column name to __timestamp

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simplifying a few tests cases, pointless to test this range: last 15min filter or sth like that in every query.

@trzysiek trzysiek force-pushed the datetime branch 2 times, most recently from 665ae4d to 6162702 Compare March 16, 2025 08:52
@trzysiek
Copy link
Member Author

/run-integration-tests

@pdelewski
Copy link
Contributor

Smoke tests are failing. This PR does too many things at once. I think it would be good idea to split it to many smaller PRs and merge separately. For now, I'm going to close it.

@pdelewski pdelewski closed this May 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants